home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xwebstrm / hp700 / xwebster
Text File  |  1994-10-02  |  1KB  |  38 lines

  1. --- ./Imakefile.rtr    Fri Apr  3 19:41:23 1992
  2. +++ ./Imakefile    Mon Sep 19 09:27:22 1994
  3. @@ -2,13 +2,13 @@
  4.  # If you XMLIB is defined in your Imake.tmpl comment out the
  5.  # following line
  6.  #
  7. -XMLIB           =  -lXm
  8. +XMLIB           =  -L/usr/lib/Motif1.2 -lXm
  9.  # for initiall development
  10.  #CC = gcc
  11.  #CDEBUGFLAGS = -g
  12.  #
  13.  #
  14. -INCLUDES      = -I$(TOP)/lib -I$(TOP)
  15. +INCLUDES      = -I$(TOP)/lib -I$(TOP) -I/usr/include/Motif1.2
  16.  
  17.  # 
  18.  # Define SLOW_X_SERVER here if you have an X server that is too slow to draw
  19. @@ -19,7 +19,7 @@
  20.  #
  21.  # This does not seem to be a problem even on the Suns RMC.
  22.  #
  23. -DEFINES       = -DAPPDEFAULTSDIR=\"$(XAPPLOADDIR)\"
  24. +DEFINES       = -DAPPDEFAULTSDIR=\"/usr/lib/X11/app-defaults\"
  25.  HDRS          = user_prefs.h \
  26.          xwebster.h
  27.  LOCAL_LIBRARIES = $(XMLIB) \
  28. --- ./controlpanel.c.rtr    Fri Apr  3 19:41:24 1992
  29. +++ ./controlpanel.c    Mon Sep 19 09:30:15 1994
  30. @@ -40,6 +40,7 @@
  31.  #include <Xm/Text.h>
  32.  #include <Xm/TextF.h>
  33.  #include <Xm/Form.h>
  34. +#include <Xm/Label.h>
  35.  #include <Xm/LabelG.h>
  36.  /*
  37.  #include <Xw/PButton.h>
  38.